I have a script that I'm trying to convert from using ZAPI over to Rest. Most things seem to work so far with the exception of when I use get-ncvol and it only returns a subset of the volumes. I'm not able to find the pattern here as to how it picks/chooses. at first I thought it was a hard limit on how many volumes would get returned but the number returned keeps changing even if I run the exact same command. always around 100 but sometimes it's 115 and others it's 97 ect.. as far as I can tell this issue is unique to the volume pull.. I get 8000 qtree's when I try and pull all of those without issue. #update I just tried against a different netapp cluster and it returned all of the volumes. so this seems to maybe be an issue with just this cluster. #version NetApp Release 9.14.1P12: Tue Mar 25 23:16:26 UTC 2025 ##update update I just tried a 3rd cluster with over 2000 volumes on it and only 41 returned. Same version of ontap.
... View more
looking for an aquivlenet to ZAPI "aggr-spare-get-iter" or the CLI call "aggr show-spare-disks" Helpfull would also be a rest api replacement for "disk partition show"
... View more
We are monitoring storage performance through API and CLI. There is a big difference between the perfomance values in the API and the values in ontap cli. Is there a command that can show similar results? (latency , iops , throughput) I am using ontap 9.7P23.
... View more
We are Getting an error while creating volume thru Terraform Script as its sating the below error rror on GET storage/volumes: REST reported error restclient.RestError{Code:"4", Message:"entry doesn't exist", │ Target:"uuid"}, statusCode: 404
... View more